For this title we need an Accessible epub 3 version according to the conformance of WCAG 2.2 AA & ePub accessibility 1.1.

Please note that the code for “Text and Datamining" should be added in the “content.opf” file:

<package prefix="tdm: http://www.w3.org/ns/tdmrep#" ...>
  <metadata ...>
    <dc:title>Document title</dc:title>
    <meta property="tdm:reservation">1</meta>
    <meta property="tdm:policy">https://provider.com/policies/policy.json</meta>
  </metadata>
</package>

